home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / tutorial.zip / TUTOR4.MCR < prev    next >
Text File  |  1990-06-23  |  23KB  |  624 lines

  1. 6/M
  2. {EN
  3. {*B
  4. {C2In this section we will cover the files subsystem.
  5.  
  6. The file subsystem permits you to move files between your system and this
  7. RBBS-PC. Downloading refers to moving files from this RBBS to your computer,
  8. and uploading is moving files from your computer to this RBBS. The files
  9. subsystem is accessed by using the "{C3F{C2" command at the main menu.
  10.  
  11. The transfer of data can either be done in ASCII or using a protocol referred
  12. to as XMODEM. The XMODEM protocol is common to CP/M based systems as was
  13. originally developed by Ward Christensen. The protocol is also contained in
  14. PC-TALK.III. More on this later.
  15.  
  16. To list the names of the files that are available on the disks for downloading
  17. to your system, the <{C3L{C2>ist command should be entered at the Files Menu. The
  18. full names of the files will be listed along with a short description of each
  19. file. Usually there is a document file that accompanies most of the program
  20. items on the system. These document files usually have an extension of DOC or
  21. TXT.
  22.  
  23. {END
  24. {*0{C1Press RETURN to continue, {FN {C2
  25. {09
  26. {ON 09
  27. {==STOP
  28. {M! STOP
  29. {END ON
  30. {*B
  31. The basic steps in downloading are
  32.    (1) tell RBBS you want to download.
  33.    (2) tell RBBS exactly what file you want to download.
  34.    (3) tell RBBS what protocol you want to use.
  35.    (4) after RBBS says it is ready, tell your communications package to save
  36.        the incoming file.
  37.  
  38. Note: all three first steps can be specified on a single line in the format
  39. "{C3d;<filename>;<protocol>{C2". E.G. "{C3D;STREW.LBR;X{C2" will download the file
  40. STREW.LBR using XMODEM protocol.
  41.  
  42. Note: if you set a default protocol, you will NOT be asked by RBBS what
  43. protocol to use. If you want to override the default protocol, do the first
  44. three steps above on one line. E.G. to download VOLSER2.DOC using ASCII when
  45. default is XMODEM, at file function prompt enter "{C3D;VOLSER2.DOC;A{C2". If you want
  46. to reset the default protocol, select {C3F{C2 for {C3F{C2)ile protocol, then {C3N{C2)one.
  47.  
  48. {END
  49. {*0{C1Press RETURN to continue, {FN {C2
  50. {09
  51. {ON 09
  52. {==STOP
  53. {M! STOP
  54. {END ON
  55. {*B
  56. ASCII DATA CAPTURE
  57.  
  58. The transfer of files in ASCII mode can be done if your system is capable of
  59. data capture. To download a file using the ASCII method, follow the sequence
  60. of steps listed below.
  61.  
  62. 1. List the files available for download using the {C3L{C2)ist command and either
  63.    capture the list to your printer or write down the exact names of the files
  64.    you want to receive.
  65.  
  66. 2. After returning to the Files Menu, select {C3D{C2)ownload.
  67.  
  68. 3. When RBBS-PC asks for the filename you wish to select, input the exact
  69.    filename including a period between the filename and extension.
  70.  
  71. 4. When RBBS-PC asks for the type of download you want, input {C3A{C2 for {C3A{C2)scii
  72.    method. (Only if you have default protocol set to None will you be asked
  73.    this question.)
  74.  
  75. {END
  76. {*0{C1Press RETURN to continue, {FN {C2
  77. {09
  78. {ON 09
  79. {==STOP
  80. {M! STOP
  81. {END ON
  82. {*B
  83. 5. When the RBBS-PC tells you to open your capture file and enter a carriage
  84. return to start the download, you should do so. (Opening your capture file is
  85. done by using the Alt-R command in PC-TALK.) After setting up to receive the
  86. file on your end, you have to send RBBS-PC one carriage return so that it knows
  87. you are ready to start.
  88.  
  89. 6. The file will be sent a line at a time until the entire file is sent. You
  90. will see the lines of ASCII code (readable text and numbers) on your screen as
  91. they flow to your system. If you wish to suspend the transmission temporarily,
  92. your system should send RBBS-PC a Ctrl-S (XOFF). A Ctrl-Q (XON) will restart
  93. the temporarily halted transfer. A Ctrl-X (ASCII CAN) can be sent anytime to
  94. abort the transmission of the data; because of the output buffering performed
  95. automatically by RBBS-PC, there may be up to 120 characters transmitted before
  96. the output stops.
  97.  
  98. 7. When the file transfer is finished, RBBS-PC will send you an End Of File
  99. Marker (Ctrl-Z) followed by 5 bells. You should close your capture file
  100. (PC-TALK Alt-R) as soon as you hear the bells or you will get garbage at the
  101. bottom of the file. If you go away for a cup of coffee and end up getting the
  102. 'end of file' sign attached to the bottom of the capture file, you can delete
  103. it from the file later using a text editor.
  104.  
  105. {END
  106. {*0{C1Press RETURN to continue, {FN {C2
  107. {09
  108. {ON 09
  109. {==STOP
  110. {M! STOP
  111. {END ON
  112. {*B
  113. 8. After the file transfer is complete you will be returned to the File
  114. Menu. You should look at the capture file at this point to be sure you got it
  115. ok. (Use the PC-TALK Alt-V command to do this.)  Do not list the entire file
  116. unless it is short; RBBS-PC will give you 3 minutes to remain off-line before
  117. it assumes you have left for the day and recycles, dropping you off line.
  118.  
  119. {END
  120. {*0{C1Press RETURN to continue, {FN {C2
  121. {09
  122. {ON 09
  123. {==STOP
  124. {M! STOP
  125. {END ON
  126. {*B
  127. XMODEM FILE TRANSFER
  128.  
  129. If you have implemented XMODEM on your system, files with EXE and COM
  130. extensions and tokenized BASIC files can be moved to your system. Files
  131. containing the IBM PC special ASCII characters (ones with ASCII values above
  132. 128) can also be transferred with XMODEM -- this includes Wordstar files.
  133. These files cannot be transferred in ASCII mode since ASCII transfer is only 7
  134. bit and these types of files require the full 8 bit transfer of the data with
  135. no translation of the contents of the file.
  136.  
  137. XMODEM also offers the advantage of a block check to assure that the data sent
  138. contains no errors. It does this by adding a checksum byte to the end of each
  139. block of data; the receiver calculates its own checksum and compares it to the
  140. one received. If an error is detected in the transmission, XMODEM will request
  141. that RBBS-PC retransmit the block of data.
  142.  
  143. To perform an XMODEM file download, follow the instructions shown above for
  144. ASCII DATA CAPTURE, but select {C3X{C2)modem instead of {C3A{C2)scii when RBBS-PC asks
  145. what file download type you want (step 4 above). The XMODEM file transfer steps
  146. are as follows:
  147.  
  148. {END
  149. {*0{C1Press RETURN to continue, {FN {C2
  150. {09
  151. {ON 09
  152. {==STOP
  153. {M! STOP
  154. {END ON
  155. {*B
  156. 5. If you called in using EVEN parity the RBBS-PC will tell you to switch to
  157. NO parity and 8 data bits. If you called in using 8 data bits the system will
  158. not give you this message. You should then open your capture file (PC-TALK.III
  159. Alt-R command) and start the XMODEM receive process. PC-TALK.III starts XMODEM
  160. for you when you put '=X' at the end of the download filename.
  161.  
  162. 6. The file will be transferred automatically by XMODEM until the entire file
  163. has been transferred. You may abnormally abort the transfer by sending RBBS-PC
  164. an ASCII CAN code (Ctrl-X). PC-TALK.III will do this for you if you enter an
  165. Alt-R during the file transfer.
  166.  
  167. 7. When the file transfer is finished, XMODEM automatically closes your
  168. capture file for you. XMODEM also ensures that no garbage gets into your file;
  169. binary files and text files are just as they were sent to you with 99.6% error
  170. free transmission. Wordstar files should transfer without extra hard carriage
  171. returns being added.
  172.  
  173. {END
  174. {*0{C1Press RETURN to continue, {FN {C2
  175. {09
  176. {ON 09
  177. {==STOP
  178. {M! STOP
  179. {END ON
  180. {*B
  181. 8. XMODEM transferred files cannot be listed on your monitor unless they
  182. are actually ASCII files. Binary files will appear as symbols rather than
  183. human readable text. You will have to test these files after you exit your
  184. communications program.
  185.  
  186. {END
  187. {*0{C1Press RETURN to continue, {FN {C2
  188. {09
  189. {ON 09
  190. {==STOP
  191. {M! STOP
  192. {END ON
  193. {*B
  194. FILE UPLOADING
  195.  
  196. File uploading to the RBBS-PC is very similar to downloading. After you have
  197. downloaded a few files, you might want to send me one of your favorite programs
  198. or files just to test your ability to upload.
  199.  
  200. Uploading of ASCII files can be done without interruption between lines. This
  201. system can handle data uploading at 300 baud without any problem. If the
  202. transfer is done at 1200 baud, however, there may be a data overrun if the file
  203. is over 20K. If the system falls behind during a file upload operation, it will
  204. send an XOFF (Ctrl-S) to your system. If your system supports XON/OFF file
  205. transfer speed-matching, data transmission will be suspended until an XON
  206. (Ctrl-Q) is sent to you, indicating RBBS-PC is ready to accept data again.
  207.  
  208. When uploading files, please convert BASIC programs to ASCII before
  209. transferring them so callers without XMODEM can download them. To do this, use
  210. the file save command format listed below.
  211.  
  212.                       {C3SAVE"filename.ext",A{C2
  213.  
  214. {END
  215. {*0{C1Press RETURN to continue, {FN {C2
  216. {09
  217. {ON 09
  218. {==STOP
  219. {M! STOP
  220. {END ON
  221. {*B
  222. Before sending me a file be sure I have enough disk space to take the file.
  223. When you ask for {C3U{C2)pload at the File menu, the system will tell you how much
  224. disk space is free on the upload drive. If this system runs out of disk space
  225. during an upload function, it will issue a cancel request. This will be in the
  226. form of a data stream of one or more ASCII CAN (Ctrl-X) characters. Your
  227. system will abort transmission if it supports XON/OFF file transfer
  228. speed-matching protocol. If your system does not support XON/OFF, the data
  229. overflow will be lost and the RBBS-PC will recycle, dropping you off line.
  230.  
  231. UPLOAD GROUND RULES
  232.  
  233. You are encouraged to donate programs to the library on this system. Any type
  234. of program or document is welcome, however, a few ground rules are in order.
  235. The files donated must contain only information that is in the public domain.
  236. No private or commercial information should be placed on this system. The
  237. SYSOP is not responsible for any of the data that is shared on this system.
  238.  
  239. {END
  240. {*0{C1Press RETURN to continue, {FN {C2
  241. {09
  242. {ON 09
  243. {==STOP
  244. {M! STOP
  245. {END ON
  246. {*B
  247. The following files subsystem commands are available:
  248.  
  249. {C3FILE Command D - Download Files.{C2
  250.  
  251. This command is used to transfer files from RBBS-PC to your computer. The
  252. basic steps in downloading are
  253.  
  254. 1. Tell RBBS-PC that you want to download by entering "{C3D{C2" at the command
  255.    prompt.
  256.  
  257. 2. Tell RBBS-PC exactly what file you want to download by entering the file
  258.    name at the prompt "{C3file(s) to download{C2". No drive letter, no path, no
  259.    wildcards, just the file name without any extension is all that is required.
  260.  
  261. 3. Tell RBBS-PC what protocol you want to use. RBBS-PC will give you a list of
  262.    available protocols for file transfer. Selecting none cancels the download.
  263.  
  264. {END
  265. {*0{C1Press RETURN to continue, {FN {C2
  266. {09
  267. {ON 09
  268. {==STOP
  269. {END
  270. {M! STOP
  271. {END ON
  272. {*B
  273. 4. When RBBS-PC says it is ready, use the proper commands on your
  274.    communications program to download the incoming file USING THE SAME
  275.    PROTOCOL (on mnany communications programs, download is invoked by
  276.    pressing the "PgDn" key.) RBBS-PC will wait for your communications
  277.    program to respond.
  278.  
  279. {C4TIPS:{C2
  280. 1. You should use the {C3L{C2)ist, {C3N{C2)ew, and {C3S{C2)earch commands to identify files
  281.    that you would like to download.
  282.  
  283. 2. You can stack the "{C3D{C2" command with the file name. That is, you can
  284.    enter "{C3D <filename>{C2" directly from the Library Menu. For example, you
  285.    could type "{C3D RBBS-PC.ZIP{C2" to start downloading the file RBBS-PC.ZIP.
  286.    The protocol you would like to use can also be stacked after the file name
  287.    such as "{C3D RBBS-PC.ZIP X{C2" for Xmodem download.
  288.  
  289. 3. You can stack multiple file names. E.g. "{C3D RBBS-PC.ZIP ABC.ZIP X{C2"
  290.    downloads files RBBS-PC.ZIP and ABC.ZIP, each using Xmodem.
  291.  
  292. {END
  293. {*0{C1Press RETURN to continue, {FN {C2
  294. {09
  295. {ON 09
  296. {==STOP
  297. {END
  298. {M! STOP
  299. {END ON
  300. {*B
  301. 4. AUTODOWNLOAD can save you the trouble of having the tell your
  302.    communications package to receive and what file name to use. PIBTERM
  303.    3.25 up and EXEC PC-TALK 2.1 up support autodownloading.
  304.  
  305. 5. You can request that RBBS-PC log you off automatically after a successful
  306.    download by putting "{C3/G{C2" at the end of the request. E.g.
  307.    "{C3D RBBS-PC.ZIP Z /G{C2" will download RBBS-PC.ZIP using Zmodem, then log-off
  308.    right after a successful download.
  309.  
  310. {C3File Command G - Goodbye{C2
  311.  
  312. Use this command when you want to conclude your RBBS-PC session and "hang
  313. up" your phone.
  314.  
  315. {C3File Command L - List Files or Directories{C2
  316.  
  317. This command will display the directories or categories of files which are
  318. available for downloading from RBBS-PC.
  319.  
  320. {END
  321. {*0{C1Press RETURN to continue, {FN {C2
  322. {09
  323. {ON 09
  324. {==STOP
  325. {END
  326. {M! STOP
  327. {END ON
  328. {*B
  329. The "{C3L{C2" command can also be used along with a directory name (or number) to
  330. display the list of files in that directory (e.g., "{C3L GAMES{C2".  A brief
  331. description, the size in bytes, and the date the file was posted on the system
  332. accompanies each file name.
  333.  
  334. After issuing an "{C3L{C2" command you can press {C3ENTER{C2 to see a list of what
  335. categories are available, or specify what categories that you want to see. You
  336. can also enter "{C3L <directory name>{C2" to see a list of files in that category.
  337. For example, "{C3L WORDPR{C2" (or "{C3L 17{C2") might display the names and descriptions of
  338. files in the "WORDPR" (word processor) directory.
  339.  
  340. {C4TIPS:{C2
  341. 1. You can save time and keystrokes by stacking your requests.  For instance,
  342.    "{C3L 1 17 99{C2" will list all of the files in directories 1, 17, and 99.
  343.  
  344. 2. You can temporarily suspend output to your screen after initiating the
  345.    "{C3L{C2" command by pressing "Control-S".  The "Control-X" or "Control-K"
  346.    commands will terminate the output to the screen and return you to the Files
  347.    Menu.
  348.  
  349. {END
  350. {*0{C1Press RETURN to continue, {FN {C2
  351. {09
  352. {ON 09
  353. {==STOP
  354. {END
  355. {M! STOP
  356. {END ON
  357. {*B
  358. 3. "{C3L U{C2" will always list the upload directory, if it is available to you. And
  359. "{C3L A{C2" will list all directories.
  360.  
  361. {C3FILE Command N - New files list{C2
  362.  
  363. This command will list files that have been added to RBBS-PC since a given
  364. date, or since the last time you checked the file list.
  365.  
  366. You will be prompted for a date after you give the "{C3N{C2" command. Enter the
  367. desired date in numerical format with no characters separating the month, day,
  368. and year. For example, "{C3032090{C2" would list files included on the system
  369. since March 20, 1990. Press {C3[ENTER]{C2 at the date prompt to use the date
  370. you last checked for files.
  371.  
  372. Next, you will be asked for a directory to scan. Type in their name(s) or
  373. number(s) separated by spaces. You can scan all of the directories on the
  374. system by typing "{C3A{C4" at the prompt. Pressing {C3[ENTER]{C2 will return you to
  375. the Files Menu.
  376.  
  377. {END
  378. {*0{C1Press RETURN to continue, {FN {C2
  379. {09
  380. {ON 09
  381. {==STOP
  382. {END
  383. {M! STOP
  384. {END ON
  385. {*B
  386. {C4TIPS:{C2
  387. 1. You can obtain a list of directory names and numbers by using the "{C3L{C2"
  388.    command.
  389.  
  390. 2. Using "{C3ALL{C2" may result in a time consuming search if the RBBS-PC system
  391.    contains many files. You can save time by searching specific directories.
  392.  
  393. 3. You can stack the {C3N{C2)ew command with a date and category. That is, you
  394.    can enter "{C3N MMDDYY{C2" (e.g., "{C3N 032090{C2"), or "{C3N S{C2" to specify files new
  395.    since you last checked, directly from the File Menu. You will then be asked
  396.    for the directory you would like to scan. You can also pre-specify the
  397.    directories to see. E.g., "{C3N 032090 COMM UTIL{C2" lists are files on or
  398.    after 03-20-90 in directories COMM and UTIL.
  399.  
  400. {END
  401. {*0{C1Press RETURN to continue, {FN {C2
  402. {09
  403. {ON 09
  404. {==STOP
  405. {END
  406. {M! STOP
  407. {END ON
  408. {*B
  409. {C3FILE Command P - Personal Downloads{C2
  410.  
  411. RBBS-PC allows the SYSOP to address a file to one specific caller or group of
  412. callers to download. Personal downloads are unique from other files that are
  413. available for callers to download in that:
  414.  
  415. 1. Only the person (or group) that the sysop designates can view or download
  416.    personal files.
  417.  
  418. 2. There is no time limits on downloading personal files.
  419.  
  420. {C4TIPS:{C2
  421. 1. If there is a file you can't download for some reason (i.e. it is too
  422.    large to download within the normal time limits that the SYSOP established),
  423.    you might ask the SYSOP to make it available to you as a personal download.
  424.  
  425. 2. At the prompt for {C3P{C2)ersonal download, you can ask for a list of all
  426.    files available to you ({C3L{C2)ist). An * in front of the file name means it
  427.    is a new one you have never downloaded.
  428.    
  429. {END
  430. {*0{C1Press RETURN to continue, {FN {C2
  431. {09
  432. {ON 09
  433. {==STOP
  434. {END
  435. {M! STOP
  436. {END ON
  437. {*B
  438. 3. You can ask RBBS-PC to download all new files addressed to you by
  439.    specifying * at the prompt.
  440.  
  441. {C3FILE Command S - Search{C2
  442.  
  443. This command scans file names and descriptions for a keyword, or a "wildcard"
  444. file specification. This gives you the capability to search for a specific
  445. file, to locate a group of files dealing with a specific topic or to identify
  446. certain types of files (e.g., .BAS, .COM, .EXE).
  447.  
  448. You will be prompted for the string to scan for after you issue the "{C3S{C2"
  449. command. Case (upper or lower) is ignored in the search. For instance, the
  450. {C3S{C2)earch command treats the string "PC" and "pc" as identical.
  451.  
  452. Next, you will be asked for a directory to scan. Type in their name(s) or
  453. number(s) separated by spaces. You can search through all of the directories on
  454. the system by typing "{C3A{C2" at the prompt. Pressing {C3[ENTER]{C2 will return you
  455. to the Library Menu.
  456.  
  457. {C4WARNING:  The directory file is VERY large, and could take several minutes to
  458.           scan. You can save time by specifying specific directories.{C2
  459.           
  460. {END
  461. {*0{C1Press RETURN to continue, {FN {C2
  462. {09
  463. {ON 09
  464. {==STOP
  465. {END
  466. {M! STOP
  467. {END ON
  468. {*B
  469. If a string is found when searching the Library directories the disk number
  470. will be displayed in columns 77-79.
  471.  
  472. {C4TIPS:{C2
  473. 1. You can obtain a list of directory names and numbers by giving the "{C3L{C2"
  474.    command.
  475.  
  476. 2. You can stack the {C3S{C2)earch command with the desired string. That is, you can
  477.    enter "{C3S <string> <dir>{C2" directly from the Library Menu. For example, you
  478.    could type "{C3S ZORK GAMES{C2" to search for the string "ZORK" in the GAMES
  479.    directory.
  480.  
  481. 3. A string that occurs as part of a file name or description will still
  482.    produce a match. Entering "{C3BAS{C2" will give you a listing of all files
  483.    with a) a ".BAS" extension, b) "BAS" as part of the file name, or c) "BAS"
  484.    as part of a word or term in the file description.
  485.  
  486. 4. S supports "wildcards" ?  and * in file names. E.g., "{C3S LIST*.ZIP{C2" will find
  487.    the file LIST543.ZIP.
  488.  
  489. {END
  490. {*0{C1Press RETURN to continue, {FN {C2
  491. {09
  492. {ON 09
  493. {==STOP
  494. {END
  495. {M! STOP
  496. {END ON
  497. {*B
  498. 5. Keep in mind that strings consisting of only a few characters could produce
  499.    too many matches. "{C3S X{C2" will locate every line with an "X" in it.
  500.  
  501. 6. Strings consisting of many characters could produce too few matches. For
  502.    example, if you want all files connected with QMODEM, specifying "{C3S
  503.    QMODEM*.*{C2" will miss QMDM210.ZIP and QMODFON.ZIP. You might want to
  504.    broadened your search with "{C3S QM*.*{C2" to make sure you get all wanted files.
  505.  
  506. {C3FILE Command U - Upload Files{C2
  507.  
  508. Uploading is the transfer of files from your computer to RBBS-PC. When you use
  509. the "{C3U{C2" command, RBBS-PC will prompt you for the filename you wish to upload.
  510. If RBBS-PC finds that the file already exists (even with a different
  511. extension), you will not be able to upload. This prevents duplicates from being
  512. uploaded. You will then be asked to select a protocol if you have not set a
  513. default protocol (see the help for the UTIL command "{C3F{C2" for a discussion of
  514. different protocols).
  515.  
  516. Once RBBS-PC is ready to accept the upload, you should start the transfer using
  517. your communications software. Check the manual or document file that came with
  518. your communications software for specific information.
  519.  
  520. {END
  521. {*0{C1Press RETURN to continue, {FN {C2
  522. {09
  523. {ON 09
  524. {==STOP
  525. {END
  526. {M! STOP
  527. {END ON
  528. {*B
  529. After the upload is complete, RBBS-PC may verify the integrity of the file,
  530. and then ask you to describe it so others will know what it is.
  531.  
  532. UPLOAD GROUND RULES:  All callers are encouraged to upload files on this
  533. system. Any type of program or document is welcome, however, a few ground rules
  534. are in order. The files donated must contain only information that can be
  535. shared with others. Callers who upload files overtly take on the sole
  536. responsibility that, should these files be shared, the rights of others will
  537. not be violated. The SYSOP is not responsible for any of the data that is
  538. shared on this system.
  539.  
  540. {C4TIPS:{C2
  541. 1. You can stack the "{C3U{C2" command with the file name. That is, you can enter
  542.    "{C3U <filename>{C2" directly from the Files Menu. For example, you could type
  543.    "{C3U RBBS-PC.ZIP{C2" to upload the "RBBS-PC.ZIP" file.
  544.  
  545. 2. You can override the default protocol by including it at the end of the
  546.    command line. For example, "{C3U LIST700.ZIP X{C2" uploads LIST700.ZIP using
  547.    Xmodem no matter what the default protocol is.
  548.  
  549. {END
  550. {*0{C1Press RETURN to continue, {FN {C2
  551. {09
  552. {ON 09
  553. {==STOP
  554. {END
  555. {M! STOP
  556. {END ON
  557. {*B
  558. {C3FILE Command V - Verbose File List{C2
  559.  
  560. This command displays a list of files contianed within a compressed file. You
  561. will be prompted for the file names that you wish to view when you issue the
  562. "{C3V{C2" command. Type the desired names, separated by spaces. If you press {C3[ENTER]{C2
  563. without entering a filename, you will return to the File Menu.
  564.  
  565. {C4TIPS:{C2
  566. 1. You can stack the {C3V{C2)iew command with the desired file name. That is, you can
  567.    enter "{C3V <filename>{C2" directly from the Library Menu. For example, you could
  568.    type "{C3V RBBS-PC.ZIP{C2" to view the contents of RBBS-PC.ZIP.
  569.  
  570. 2. You must only try to View files that are compressed with a supported
  571.    extension. RBBS-PC supports ZIP, PAK, ARC, and LZH, and the sysop has the
  572.    option to install support for others. Entering a file with an unsupported
  573.    extension, such as EXE, will return a message stating that the view is not
  574.    implemented for that file.
  575.  
  576. 3. V supports only exact matches and not "wildcards". For example "{C3V LIST*.ZIP{C2"
  577.    will not list LIST60J.ZIP.
  578.  
  579. {END
  580. {*0{C1Press RETURN to continue, {FN {C2
  581. {09
  582. {ON 09
  583. {==STOP
  584. {END
  585. {M! STOP
  586. {END ON
  587. {*B
  588. 4. Your Sysop may optionally allow you to "peek" at files within the compressed
  589.    file. This will allow you to "browse" text files before downloading the
  590.    compressed file they are in.
  591.  
  592. This concludes the Files Subsystem Tutorial. Please feel free to address any
  593. questions concerning files and file transfers to the Sysop.
  594.  
  595. {END
  596. {>> TUTOR.DAT
  597. "{FN","{LN","{DT","{TM","Files Subsystem"
  598. {END
  599. {*0{C1Press RETURN to continue, {FN {C2
  600. {09
  601. {*B
  602. Press {C3N{C2 for the next section, {C4Utilities subsystem{C2
  603. Press {C3M{C2 for the tutorial menu
  604. Press {C3Q{C2 to quit back to the board
  605. Press {C3R{C2 to review this section, or
  606. Press {C3P{C2 to review the previous section, {C4Message subsystem{C2
  607.  
  608. {END
  609. {LV;N;M;R;Q;P;
  610. {09
  611. {ON 09
  612. {==N
  613. {M! TUTOR5.MCR
  614. {==M
  615. {M! TUTOR1A.MCR
  616. {==R
  617. {M! TUTOR4.MCR
  618. {==Q
  619. {M! STOP.MCR
  620. {==P
  621. {M! TUTOR3.MCR
  622. {END ON
  623.